public interface CiscoRemoteDestinationInfo
The CiscoRemoteDestinationInfo
interface contains the information of a remote destination on
a CTI Remote Device. Applications can get a list of all associated remote destinations from the return
array of CiscoRemoteTerminal.getAllRemoteDestinations().
Modifier and Type | Method and Description |
---|---|
boolean |
getIsActiveRD()
Returns whether the remote destination is an active remote destination or not.
|
java.lang.String |
getRemoteDestinationName()
Returns the remote destination name.
|
java.lang.String |
getRemoteDestinationNumber()
Returns the remote destination number.
|
java.lang.String getRemoteDestinationName()
java.lang.String getRemoteDestinationNumber()
boolean getIsActiveRD()